home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 60 / Cine Live 60.iso / pc / Data / Interface / e4.k < prev    next >
Encoding:
Text File  |  2002-08-01  |  24.1 KB  |  1,221 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000303,$000000A8,$000000FC,$00000303,$FFFFFFB0,$FFFFFED1,$00000000,$00000000};
  6.         LayoutWindow is {$00000055,$000000C3,$00000339,$000002A9,$00000005,$00000021,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         ol128,
  42.         ol142,
  43.         ol141,
  44.         oI229,
  45.         oI330,
  46.         oBouton_Fiche31,
  47.         oBouton_Imprimer32,
  48.         oBouton_Sommaire33,
  49.         oBouton_Photos34,
  50.         oBouton_Vid_o35,
  51.         oFiche_Technique36,
  52.         oTexte_RTF37,
  53.         ovid_o38,
  54.         oglobal39
  55.     ];
  56.     Events is [
  57.         cOffscreenEvent
  58.         with 
  59.             Commands is [
  60.                 cPixelTool_IfSystemCommand
  61.                 with 
  62.                     Commands is [
  63.                         cSwitchURLCommand
  64.                         with Target is oFond2; URL is "../Images/s4m.jpg"; end,
  65.                         cDragCommand
  66.                         with Target is ovid_o38; Mode is DragTo; X is 631; Y is 442; end,
  67.                         cGrowCommand
  68.                         with Target is ovid_o38; Mode is GrowTo; X is 160; Y is 120; end,
  69.                         cShowCommand
  70.                         with Target is ovid_o38; end,
  71.                         cEnableCommand
  72.                         with Target is ovid_o38; end,
  73.                         cRunCommand
  74.                         with Target is ovid_o38; Rewind is true; end
  75.                     ];
  76.                 end,
  77.                 cPixelTool_IfSystemCommand
  78.                 with SetMode is IsWinTest; 
  79.                     Commands is [
  80.                         cDragCommand
  81.                         with Target is ovid_o38; Mode is DragTo; X is 615; Y is 418; end,
  82.                         cGrowCommand
  83.                         with Target is ovid_o38; Mode is GrowTo; X is 176; Y is 144; end,
  84.                         cShowCommand
  85.                         with Target is ovid_o38; end,
  86.                         cEnableCommand
  87.                         with Target is ovid_o38; end,
  88.                         cRunCommand
  89.                         with Target is ovid_o38; Rewind is true; end
  90.                     ];
  91.                 end
  92.             ];
  93.         end,
  94.         cKeyboardEvent
  95.         with Test is IsSpace; 
  96.             Commands is [
  97.                 cRunCommand
  98.                 with Flags is $00000004; Target is ovid_o38; Mode is Toggle; end
  99.             ];
  100.         end,
  101.         cKeyboardEvent
  102.         with Value is "+"; 
  103.             Commands is [
  104.                 cSetVolumeCommand
  105.                 with Mode is ExecuteHigher; end
  106.             ];
  107.         end,
  108.         cKeyboardEvent
  109.         with Value is "-"; 
  110.             Commands is [
  111.                 cSetVolumeCommand
  112.                 with Flags is $00000004; Mode is ExecuteLower; end
  113.             ];
  114.         end,
  115.         cKeyboardEvent
  116.         with Value is "m"; 
  117.             Commands is [
  118.                 cRunCommand
  119.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  120.             ];
  121.         end
  122.     ];
  123. end;
  124.  
  125. object oFond2 is cImage
  126. with 
  127.     Flags is $00000150; 
  128.     Name is "Fond"; 
  129.     Enabled is false; Cursor is oEmptyCursor; 
  130.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  131.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  132.     
  133.     URL is "../Images/s4p.jpg"; 
  134.     
  135.     
  136.     Events is [
  137.         cOnscreenEvent
  138.         with Flags is $00000004; 
  139.             Commands is [
  140.                 cTokenCommand
  141.                 with Flags is $00000004; TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  142.             ];
  143.         end
  144.     ];
  145. end;
  146.  
  147. object ob13 is cImage
  148. with 
  149.     Name is "b1"; 
  150.     Enabled is false; Shown is false; 
  151.     X is -21; Y is 157; 
  152.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  153.     
  154.     URL is "../Images/BOUTONV2.psd"; 
  155.     Bitmapped is false; Mode is 260; 
  156.     
  157. end;
  158.  
  159. object ob24 is cImage
  160. with 
  161.     Name is "b2"; 
  162.     Enabled is false; Shown is false; 
  163.     X is -21; Y is 184; 
  164.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  165.     
  166.     URL is "../Images/BOUTONV2.psd"; 
  167.     Mode is 260; 
  168.     
  169. end;
  170.  
  171. object ob35 is cImage
  172. with 
  173.     Name is "b3"; 
  174.     Enabled is false; Shown is false; 
  175.     X is -21; Y is 210; 
  176.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  177.     
  178.     URL is "../Images/BOUTONV2.psd"; 
  179.     Mode is 260; 
  180.     
  181. end;
  182.  
  183. object ob46 is cImage
  184. with 
  185.     Name is "b4"; 
  186.     Enabled is false; Shown is false; 
  187.     X is -21; Y is 235; 
  188.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  189.     
  190.     URL is "../Images/BOUTONV2.psd"; 
  191.     Mode is 260; 
  192.     
  193. end;
  194.  
  195. object ob57 is cImage
  196. with 
  197.     Name is "b5"; 
  198.     Enabled is false; Shown is false; 
  199.     X is -21; Y is 264; 
  200.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  201.     
  202.     URL is "../Images/BOUTONV2.psd"; 
  203.     Mode is 260; 
  204.     
  205. end;
  206.  
  207. object ob68 is cImage
  208. with 
  209.     Name is "b6"; 
  210.     Enabled is false; Shown is false; 
  211.     X is -21; Y is 290; 
  212.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  213.     
  214.     URL is "../Images/BOUTONV2.psd"; 
  215.     Mode is 260; 
  216.     
  217. end;
  218.  
  219. object ob79 is cImage
  220. with 
  221.     Name is "b7"; 
  222.     Enabled is false; Shown is false; 
  223.     X is -21; Y is 316; 
  224.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  225.     
  226.     URL is "../Images/BOUTONV2.psd"; 
  227.     Mode is 260; 
  228.     
  229. end;
  230.  
  231. object ob810 is cImage
  232. with 
  233.     Name is "b8"; 
  234.     Enabled is false; Shown is false; 
  235.     X is -21; Y is 343; 
  236.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  237.     
  238.     URL is "../Images/BOUTONV2.psd"; 
  239.     Mode is 260; 
  240.     
  241. end;
  242.  
  243. object ob911 is cImage
  244. with 
  245.     Name is "b9"; 
  246.     Enabled is false; Shown is false; 
  247.     X is -21; Y is 370; 
  248.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  249.     
  250.     URL is "../Images/BOUTONV2.psd"; 
  251.     Mode is 260; 
  252.     
  253. end;
  254.  
  255. object ob1012 is cImage
  256. with 
  257.     Name is "b10"; 
  258.     Enabled is false; Shown is false; 
  259.     X is -21; Y is 396; 
  260.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  261.     
  262.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  263.     Mode is 260; 
  264.     
  265. end;
  266.  
  267. object ob1113 is cImage
  268. with 
  269.     Name is "b11"; 
  270.     Enabled is false; Shown is false; 
  271.     X is -21; Y is 423; 
  272.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  273.     
  274.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  275.     Mode is 260; 
  276.     
  277. end;
  278.  
  279. object ob1214 is cImage
  280. with 
  281.     Name is "b12"; 
  282.     Enabled is false; Shown is false; 
  283.     X is -25; Y is 455; 
  284.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  285.     
  286.     URL is "../Images/BOUTONV2.psd"; 
  287.     Bitmapped is false; Mode is 260; 
  288.     
  289. end;
  290.  
  291. object of115 is cBox
  292. with 
  293.     Name is "f1"; 
  294.     Cursor is oFingerCursor; 
  295.     X is -1; Y is 172; 
  296.     Width is 162; Height is 27; 
  297.     
  298.     
  299.     Events is [
  300.         cMouseEnterEvent
  301.         with Flags is $00000004; 
  302.             Commands is [
  303.                 cShowCommand
  304.                 with Flags is $00000004; Target is ob13; end
  305.             ];
  306.         end,
  307.         cMouseLeaveEvent
  308.         with Flags is $00000004; 
  309.             Commands is [
  310.                 cShowCommand
  311.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  312.             ];
  313.         end,
  314.         cMouseUpEvent
  315.         with Flags is $00000004; Flag is true; 
  316.             Commands is [
  317.                 cBrowseCommand
  318.                 with Flags is $00000004; URL is "e1.k"; end
  319.             ];
  320.         end
  321.     ];
  322. end;
  323.  
  324. object of216 is cBox
  325. with 
  326.     Name is "f2"; 
  327.     Cursor is oFingerCursor; 
  328.     Y is 200; 
  329.     Width is 160; Height is 26; 
  330.     
  331.     
  332.     Events is [
  333.         cMouseEnterEvent
  334.         with 
  335.             Commands is [
  336.                 cShowCommand
  337.                 with Target is ob24; end
  338.             ];
  339.         end,
  340.         cMouseLeaveEvent
  341.         with 
  342.             Commands is [
  343.                 cShowCommand
  344.                 with Target is ob24; Mode is Clear; end
  345.             ];
  346.         end,
  347.         cMouseUpEvent
  348.         with Flag is true; 
  349.             Commands is [
  350.                 cBrowseCommand
  351.                 with URL is "e2.k"; end
  352.             ];
  353.         end
  354.     ];
  355. end;
  356.  
  357. object of317 is cBox
  358. with 
  359.     Flags is $00000150; 
  360.     Name is "f3"; 
  361.     Cursor is oFingerCursor; 
  362.     Y is 228; 
  363.     Width is 162; Height is 24; 
  364.     
  365.     
  366.     Events is [
  367.         cMouseEnterEvent
  368.         with Flags is $00000004; 
  369.             Commands is [
  370.                 cShowCommand
  371.                 with Flags is $00000004; Target is ob35; end
  372.             ];
  373.         end,
  374.         cMouseLeaveEvent
  375.         with Flags is $00000004; 
  376.             Commands is [
  377.                 cShowCommand
  378.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  379.             ];
  380.         end,
  381.         cMouseUpEvent
  382.         with Flags is $00000004; Flag is true; 
  383.             Commands is [
  384.                 cBrowseCommand
  385.                 with Flags is $00000004; URL is "e3.k"; end
  386.             ];
  387.         end
  388.     ];
  389. end;
  390.  
  391. object of418 is cBox
  392. with 
  393.     Name is "f4"; 
  394.     Cursor is oFingerCursor; 
  395.     Y is 253; 
  396.     Width is 161; Height is 28; 
  397.     
  398.     
  399.     Events is [
  400.         cMouseEnterEvent
  401.         with 
  402.             Commands is [
  403.                 cShowCommand
  404.                 with Target is ob46; end
  405.             ];
  406.         end,
  407.         cMouseLeaveEvent
  408.         with 
  409.             Commands is [
  410.                 cShowCommand
  411.                 with Target is ob46; Mode is Clear; end
  412.             ];
  413.         end,
  414.         cMouseUpEvent
  415.         with Flag is true; 
  416.             Commands is [
  417.                 cBrowseCommand
  418.                 with URL is "e4.k"; end
  419.             ];
  420.         end
  421.     ];
  422. end;
  423.  
  424. object of519 is cBox
  425. with 
  426.     Name is "f5"; 
  427.     Cursor is oFingerCursor; 
  428.     Y is 279; 
  429.     Width is 163; Height is 28; 
  430.     
  431.     
  432.     Events is [
  433.         cMouseEnterEvent
  434.         with 
  435.             Commands is [
  436.                 cShowCommand
  437.                 with Target is ob57; end
  438.             ];
  439.         end,
  440.         cMouseLeaveEvent
  441.         with 
  442.             Commands is [
  443.                 cShowCommand
  444.                 with Target is ob57; Mode is Clear; end
  445.             ];
  446.         end,
  447.         cMouseUpEvent
  448.         with Flag is true; 
  449.             Commands is [
  450.                 cBrowseCommand
  451.                 with URL is "e5.k"; end
  452.             ];
  453.         end
  454.     ];
  455. end;
  456.  
  457. object of620 is cBox
  458. with 
  459.     Flags is $00000150; 
  460.     Name is "f6"; 
  461.     Cursor is oFingerCursor; 
  462.     Y is 305; 
  463.     Width is 163; Height is 28; 
  464.     
  465.     
  466.     Events is [
  467.         cMouseEnterEvent
  468.         with Flags is $00000004; 
  469.             Commands is [
  470.                 cShowCommand
  471.                 with Flags is $00000004; Target is ob68; end
  472.             ];
  473.         end,
  474.         cMouseLeaveEvent
  475.         with Flags is $00000004; 
  476.             Commands is [
  477.                 cShowCommand
  478.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  479.             ];
  480.         end,
  481.         cMouseUpEvent
  482.         with Flags is $00000004; Flag is true; 
  483.             Commands is [
  484.                 cBrowseCommand
  485.                 with Flags is $00000004; URL is "e6.k"; end
  486.             ];
  487.         end
  488.     ];
  489. end;
  490.  
  491. object of721 is cBox
  492. with 
  493.     Name is "f7"; 
  494.     Cursor is oFingerCursor; 
  495.     X is 2; Y is 333; 
  496.     Width is 160; Height is 26; 
  497.     
  498.     
  499.     Events is [
  500.         cMouseEnterEvent
  501.         with 
  502.             Commands is [
  503.                 cShowCommand
  504.                 with Target is ob79; end
  505.             ];
  506.         end,
  507.         cMouseLeaveEvent
  508.         with 
  509.             Commands is [
  510.                 cShowCommand
  511.                 with Target is ob79; Mode is Clear; end
  512.             ];
  513.         end,
  514.         cMouseUpEvent
  515.         with Flag is true; 
  516.             Commands is [
  517.                 cBrowseCommand
  518.                 with URL is "e7.k"; end
  519.             ];
  520.         end
  521.     ];
  522. end;
  523.  
  524. object of822 is cBox
  525. with 
  526.     Name is "f8"; 
  527.     Cursor is oFingerCursor; 
  528.     Y is 359; 
  529.     Width is 160; Height is 27; 
  530.     
  531.     
  532.     Events is [
  533.         cMouseEnterEvent
  534.         with 
  535.             Commands is [
  536.                 cShowCommand
  537.                 with Target is ob810; end
  538.             ];
  539.         end,
  540.         cMouseLeaveEvent
  541.         with 
  542.             Commands is [
  543.                 cShowCommand
  544.                 with Target is ob810; Mode is Clear; end
  545.             ];
  546.         end,
  547.         cMouseUpEvent
  548.         with Flag is true; 
  549.             Commands is [
  550.                 cBrowseCommand
  551.                 with URL is "e8.k"; end
  552.             ];
  553.         end
  554.     ];
  555. end;
  556.  
  557. object of923 is cBox
  558. with 
  559.     Name is "f9"; 
  560.     Cursor is oFingerCursor; 
  561.     Y is 386; 
  562.     Width is 163; Height is 25; 
  563.     
  564.     
  565.     Events is [
  566.         cMouseEnterEvent
  567.         with 
  568.             Commands is [
  569.                 cShowCommand
  570.                 with Target is ob911; end
  571.             ];
  572.         end,
  573.         cMouseLeaveEvent
  574.         with 
  575.             Commands is [
  576.                 cShowCommand
  577.                 with Target is ob911; Mode is Clear; end
  578.             ];
  579.         end,
  580.         cMouseUpEvent
  581.         with Flag is true; 
  582.             Commands is [
  583.                 cBrowseCommand
  584.                 with URL is "e9.k"; end
  585.             ];
  586.         end
  587.     ];
  588. end;
  589.  
  590. object of1024 is cBox
  591. with 
  592.     Name is "f10"; 
  593.     Cursor is oFingerCursor; 
  594.     X is 1; Y is 412; 
  595.     Width is 161; Height is 28; 
  596.     
  597.     
  598.     Events is [
  599.         cMouseEnterEvent
  600.         with 
  601.             Commands is [
  602.                 cShowCommand
  603.                 with Target is ob1012; end
  604.             ];
  605.         end,
  606.         cMouseLeaveEvent
  607.         with 
  608.             Commands is [
  609.                 cShowCommand
  610.                 with Target is ob1012; Mode is Clear; end
  611.             ];
  612.         end,
  613.         cMouseUpEvent
  614.         with Flag is true; 
  615.             Commands is [
  616.                 cBrowseCommand
  617.                 with URL is "e10.k"; end
  618.             ];
  619.         end
  620.     ];
  621. end;
  622.  
  623. object of1125 is cBox
  624. with 
  625.     Flags is $00000150; 
  626.     Name is "f11"; 
  627.     Cursor is oFingerCursor; 
  628.     Y is 438; 
  629.     Width is 161; Height is 28; 
  630.     
  631.     
  632.     Events is [
  633.         cMouseEnterEvent
  634.         with Flags is $00000004; 
  635.             Commands is [
  636.                 cShowCommand
  637.                 with Flags is $00000004; Target is ob1113; end
  638.             ];
  639.         end,
  640.         cMouseLeaveEvent
  641.         with Flags is $00000004; 
  642.             Commands is [
  643.                 cShowCommand
  644.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  645.             ];
  646.         end,
  647.         cMouseUpEvent
  648.         with Flags is $00000004; Flag is true; 
  649.             Commands is [
  650.                 cBrowseCommand
  651.                 with Flags is $00000004; URL is "e11.k"; end
  652.             ];
  653.         end
  654.     ];
  655. end;
  656.  
  657. object of1226 is cBox
  658. with 
  659.     Flags is $00000150; 
  660.     Name is "f12"; 
  661.     Cursor is oFingerCursor; 
  662.     X is -1; Y is 470; 
  663.     Width is 162; Height is 32; 
  664.     
  665.     
  666.     Events is [
  667.         cMouseEnterEvent
  668.         with Flags is $00000004; 
  669.             Commands is [
  670.                 cShowCommand
  671.                 with Flags is $00000004; Target is ob1214; end
  672.             ];
  673.         end,
  674.         cMouseLeaveEvent
  675.         with Flags is $00000004; 
  676.             Commands is [
  677.                 cShowCommand
  678.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  679.             ];
  680.         end,
  681.         cMouseUpEvent
  682.         with Flags is $00000004; Flag is true; 
  683.             Commands is [
  684.                 cBrowseCommand
  685.                 with Flags is $00000004; URL is "e12.k"; end
  686.             ];
  687.         end
  688.     ];
  689. end;
  690.  
  691. object oInternet27 is cBox
  692. with 
  693.     Flags is $00000154; 
  694.     Name is "Internet"; 
  695.     Cursor is oEarthCursor; 
  696.     X is 259; Y is 541; 
  697.     Width is 77; Height is 16; 
  698.     
  699.     
  700.     Events is [
  701.         cMouseUpEvent
  702.         with Flags is $00000004; Flag is true; 
  703.             Commands is [
  704.                 cLaunchCommand
  705.                 with Flags is $00000004; URL is "http://www.ctvint.fr"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  706.             ];
  707.         end
  708.     ];
  709. end;
  710.  
  711. object ol128 is cBox
  712. with 
  713.     Flags is $00000150; 
  714.     Name is "l1"; 
  715.     Cursor is oFingerCursor; 
  716.     X is 260; Y is 501; 
  717.     Width is 65; Height is 17; 
  718.     
  719.     
  720.     Events is [
  721.         cMouseUpEvent
  722.         with Flags is $00000004; Flag is true; 
  723.             Commands is [
  724.                 cIfCookieCommand
  725.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  726.                     Commands is [
  727.                         cTokenCommand
  728.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  729.                     ];
  730.                 end,
  731.                 cBrowseCommand
  732.                 with Flags is $00000004; URL is "f27.k"; end
  733.             ];
  734.         end
  735.     ];
  736. end;
  737.  
  738. object ol142 is cBox
  739. with 
  740.     Flags is $00000150; 
  741.     Name is "l1"; 
  742.     Cursor is oFingerCursor; 
  743.     X is 351; Y is 501; 
  744.     Width is 52; Height is 17; 
  745.     
  746.     
  747.     Events is [
  748.         cMouseUpEvent
  749.         with Flags is $00000004; Flag is true; 
  750.             Commands is [
  751.                 cIfCookieCommand
  752.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  753.                     Commands is [
  754.                         cTokenCommand
  755.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  756.                     ];
  757.                 end,
  758.                 cBrowseCommand
  759.                 with Flags is $00000004; URL is "f27.k"; end
  760.             ];
  761.         end
  762.     ];
  763. end;
  764.  
  765. object ol141 is cBox
  766. with 
  767.     Flags is $00000150; 
  768.     Name is "l1"; 
  769.     Cursor is oFingerCursor; 
  770.     X is 413; Y is 501; 
  771.     Width is 81; Height is 17; 
  772.     
  773.     
  774.     Events is [
  775.         cMouseUpEvent
  776.         with Flags is $00000004; Flag is true; 
  777.             Commands is [
  778.                 cIfCookieCommand
  779.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  780.                     Commands is [
  781.                         cTokenCommand
  782.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  783.                     ];
  784.                 end,
  785.                 cBrowseCommand
  786.                 with Flags is $00000004; URL is "f27.k"; end
  787.             ];
  788.         end
  789.     ];
  790. end;
  791.  
  792. object oI229 is cBox
  793. with 
  794.     Flags is $00000150; 
  795.     Name is "I2"; 
  796.     Cursor is oFingerCursor; 
  797.     X is 226; Y is 519; 
  798.     Width is 90; Height is 18; 
  799.     
  800.     
  801.     Events is [
  802.         cMouseUpEvent
  803.         with Flags is $00000004; Flag is true; 
  804.             Commands is [
  805.                 cIfCookieCommand
  806.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  807.                     Commands is [
  808.                         cTokenCommand
  809.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  810.                     ];
  811.                 end,
  812.                 cBrowseCommand
  813.                 with Flags is $00000004; URL is "f32.k"; end
  814.             ];
  815.         end
  816.     ];
  817. end;
  818.  
  819. object oI330 is cBox
  820. with 
  821.     Flags is $00000150; 
  822.     Name is "I3"; 
  823.     Cursor is oFingerCursor; 
  824.     X is 319; Y is 519; 
  825.     Width is 66; Height is 18; 
  826.     
  827.     
  828.     Events is [
  829.         cMouseUpEvent
  830.         with Flags is $00000004; Flag is true; 
  831.             Commands is [
  832.                 cIfCookieCommand
  833.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  834.                     Commands is [
  835.                         cTokenCommand
  836.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  837.                     ];
  838.                 end,
  839.                 cBrowseCommand
  840.                 with Flags is $00000004; URL is "f26.k"; end
  841.             ];
  842.         end
  843.     ];
  844. end;
  845.  
  846. object oBouton_Fiche31 is cImage
  847. with 
  848.     Name is "Bouton Fiche"; 
  849.     Shown is false; Cursor is oFingerCursor; 
  850.     X is 167; Y is 573; 
  851.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  852.     
  853.     URL is "../Images/%E9cran%20fiche.jpg"; 
  854.     
  855.     
  856.     Events is [
  857.         cMouseEnterEvent
  858.         with 
  859.             Commands is [
  860.                 cShowCommand
  861.                 with Target is oTargetSelf; end
  862.             ];
  863.         end,
  864.         cMouseLeaveEvent
  865.         with 
  866.             Commands is [
  867.                 cShowCommand
  868.                 with Target is oTargetSelf; Mode is Clear; end
  869.             ];
  870.         end,
  871.         cMouseUpEvent
  872.         with Flag is true; 
  873.             Commands is [
  874.                 cShowCommand
  875.                 with Target is oFiche_Technique36; Mode is Toggle; end,
  876.                 cEnableCommand
  877.                 with Target is oFiche_Technique36; Mode is Toggle; end
  878.             ];
  879.         end
  880.     ];
  881. end;
  882.  
  883. object oBouton_Imprimer32 is cImage
  884. with 
  885.     Name is "Bouton Imprimer"; 
  886.     Shown is false; Cursor is oFingerCursor; 
  887.     X is 321; Y is 573; 
  888.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  889.     
  890.     URL is "../Images/%E9cran%20imprimer.jpg"; 
  891.     
  892.     
  893.     Events is [
  894.         cMouseEnterEvent
  895.         with 
  896.             Commands is [
  897.                 cShowCommand
  898.                 with Target is oTargetSelf; end
  899.             ];
  900.         end,
  901.         cMouseLeaveEvent
  902.         with 
  903.             Commands is [
  904.                 cShowCommand
  905.                 with Target is oTargetSelf; Mode is Clear; end
  906.             ];
  907.         end,
  908.         cMouseUpEvent
  909.         with Flag is true; 
  910.             Commands is [
  911.                 cPrintCommand
  912.                 with Target is oTexte_RTF37; end
  913.             ];
  914.         end
  915.     ];
  916. end;
  917.  
  918. object oBouton_Sommaire33 is cImage
  919. with 
  920.     Name is "Bouton Sommaire"; 
  921.     Shown is false; Cursor is oFingerCursor; 
  922.     X is 13; Y is 573; 
  923.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  924.     
  925.     URL is "../Images/%E9cran%20somm.jpg"; 
  926.     
  927.     
  928.     Events is [
  929.         cMouseEnterEvent
  930.         with 
  931.             Commands is [
  932.                 cShowCommand
  933.                 with Target is oTargetSelf; end
  934.             ];
  935.         end,
  936.         cMouseLeaveEvent
  937.         with 
  938.             Commands is [
  939.                 cShowCommand
  940.                 with Target is oTargetSelf; Mode is Clear; end
  941.             ];
  942.         end,
  943.         cMouseUpEvent
  944.         with Flag is true; 
  945.             Commands is [
  946.                 cIfCookieCommand
  947.                 with CookieName is "zique"; Value is "oui"; 
  948.                     Commands is [
  949.                         cTokenCommand
  950.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  951.                     ];
  952.                 end,
  953.                 cBrowseCommand
  954.                 with URL is "sommaire.k"; end
  955.             ];
  956.         end
  957.     ];
  958. end;
  959.  
  960. object oBouton_Photos34 is cImage
  961. with 
  962.     Flags is $00000150; 
  963.     Name is "Bouton Photos"; 
  964.     Shown is false; Cursor is oFingerCursor; 
  965.     X is 475; Y is 573; 
  966.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  967.     
  968.     URL is "../Images/%E9cran%20photo.jpg"; 
  969.     
  970.     
  971.     Events is [
  972.         cMouseEnterEvent
  973.         with Flags is $00000004; 
  974.             Commands is [
  975.                 cShowCommand
  976.                 with Flags is $00000004; Target is oTargetSelf; end
  977.             ];
  978.         end,
  979.         cMouseLeaveEvent
  980.         with Flags is $00000004; 
  981.             Commands is [
  982.                 cShowCommand
  983.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  984.             ];
  985.         end,
  986.         cMouseUpEvent
  987.         with Flags is $00000004; Flag is true; 
  988.             Commands is [
  989.                 cBrowseCommand
  990.                 with URL is "e4s.k"; end
  991.             ];
  992.         end
  993.     ];
  994. end;
  995.  
  996. object oBouton_Vid_o35 is cImage
  997. with 
  998.     Flags is $00000150; 
  999.     Name is "Bouton Vid\$E9o"; 
  1000.     Shown is false; Cursor is oFingerCursor; 
  1001.     X is 629; Y is 573; 
  1002.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  1003.     
  1004.     URL is "../Images/%E9cran%20vid%E9o.jpg"; 
  1005.     
  1006.     
  1007.     Events is [
  1008.         cMouseEnterEvent
  1009.         with Flags is $00000004; 
  1010.             Commands is [
  1011.                 cShowCommand
  1012.                 with Flags is $00000004; Target is oTargetSelf; end
  1013.             ];
  1014.         end,
  1015.         cMouseLeaveEvent
  1016.         with Flags is $00000004; 
  1017.             Commands is [
  1018.                 cShowCommand
  1019.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  1020.             ];
  1021.         end,
  1022.         cMouseUpEvent
  1023.         with Flags is $00000004; Flag is true; 
  1024.             Commands is [
  1025.                 cRunCommand
  1026.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1027.                 cEnableCommand
  1028.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1029.                 cShowCommand
  1030.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1031.                 cDragCommand
  1032.                 with Flags is $00000004; Target is ovid_o38; Mode is DragTo; end,
  1033.                 cGrowCommand
  1034.                 with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 800; Y is 600; end,
  1035.                 cShowCommand
  1036.                 with Flags is $00000004; Target is ovid_o38; end,
  1037.                 cEnableCommand
  1038.                 with Flags is $00000004; Target is ovid_o38; end,
  1039.                 cRunCommand
  1040.                 with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1041.                 cEnableCommand
  1042.                 with Flags is $00000004; Target is oglobal39; end
  1043.             ];
  1044.         end
  1045.     ];
  1046. end;
  1047.  
  1048. object oFiche_Technique36 is cImage
  1049. with 
  1050.     Name is "Fiche Technique"; 
  1051.     Region is {$FFFF000A,$00010000,$01AC0188};
  1052.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  1053.     X is 132; Y is 41; 
  1054.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  1055.     
  1056.     URL is "../Images/t4.jpg"; 
  1057.     
  1058.     
  1059.     Events is [
  1060.         cMouseUpEvent
  1061.         with Flag is true; 
  1062.             Commands is [
  1063.                 cShowCommand
  1064.                 with Target is oFiche_Technique36; Mode is Clear; end,
  1065.                 cEnableCommand
  1066.                 with Target is oFiche_Technique36; Mode is Clear; end
  1067.             ];
  1068.         end
  1069.     ];
  1070. end;
  1071.  
  1072. object oTexte_RTF37 is cRTFText
  1073. with 
  1074.     Flags is $00000550; 
  1075.     Name is "Texte RTF"; 
  1076.     Enabled is false; Shown is false; 
  1077.     Y is -160; 
  1078.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1079.     
  1080.     URL is "../Textes/s4.rtf"; 
  1081.     
  1082.     
  1083. end;
  1084.  
  1085. object ovid_o38 is cMPEGMovie
  1086. with 
  1087.     Name is "vid\$E9o"; 
  1088.     Shown is false; Cursor is oFingerCursor; 
  1089.     X is 615; Y is 418; 
  1090.     Width is 176; Height is 144; 
  1091.     
  1092.     URL is "../Videos/s4.mpg"; 
  1093.     Events is [
  1094.         cMouseUpEvent
  1095.         with Flag is true; 
  1096.             Commands is [
  1097.                 cRunCommand
  1098.                 with Target is ovid_o38; Mode is Clear; end,
  1099.                 cEnableCommand
  1100.                 with Target is ovid_o38; Mode is Clear; end,
  1101.                 cShowCommand
  1102.                 with Target is ovid_o38; Mode is Clear; end,
  1103.                 cDragCommand
  1104.                 with Target is ovid_o38; Mode is DragTo; end,
  1105.                 cGrowCommand
  1106.                 with Target is ovid_o38; Mode is GrowTo; X is 800; Y is 600; end,
  1107.                 cShowCommand
  1108.                 with Target is ovid_o38; end,
  1109.                 cEnableCommand
  1110.                 with Target is ovid_o38; end,
  1111.                 cRunCommand
  1112.                 with Target is ovid_o38; Rewind is true; end,
  1113.                 cEnableCommand
  1114.                 with Target is oglobal39; end
  1115.             ];
  1116.         end,
  1117.         cFinishedEvent
  1118.         with 
  1119.             Commands is [
  1120.                 cPixelTool_IfSystemCommand
  1121.                 with 
  1122.                     Commands is [
  1123.                         cDragCommand
  1124.                         with Target is ovid_o38; Mode is DragTo; X is 631; Y is 442; end,
  1125.                         cGrowCommand
  1126.                         with Target is ovid_o38; Mode is GrowTo; X is 160; Y is 120; end,
  1127.                         cEnableCommand
  1128.                         with Target is oglobal39; Mode is Clear; end,
  1129.                         cShowCommand
  1130.                         with Target is ovid_o38; end,
  1131.                         cEnableCommand
  1132.                         with Target is ovid_o38; end,
  1133.                         cRunCommand
  1134.                         with Target is ovid_o38; Rewind is true; end
  1135.                     ];
  1136.                 end,
  1137.                 cPixelTool_IfSystemCommand
  1138.                 with SetMode is IsWinTest; 
  1139.                     Commands is [
  1140.                         cDragCommand
  1141.                         with Target is ovid_o38; Mode is DragTo; X is 615; Y is 418; end,
  1142.                         cGrowCommand
  1143.                         with Target is ovid_o38; Mode is GrowTo; X is 176; Y is 144; end,
  1144.                         cEnableCommand
  1145.                         with Target is oglobal39; Mode is Clear; end,
  1146.                         cShowCommand
  1147.                         with Target is ovid_o38; end,
  1148.                         cEnableCommand
  1149.                         with Target is ovid_o38; end,
  1150.                         cRunCommand
  1151.                         with Target is ovid_o38; Rewind is true; end
  1152.                     ];
  1153.                 end
  1154.             ];
  1155.         end
  1156.     ];
  1157. end;
  1158.  
  1159. object oglobal39 is cBox
  1160. with 
  1161.     Flags is $00000150; 
  1162.     Name is "global"; 
  1163.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1164.     
  1165.     Width is 800; Height is 600; 
  1166.     
  1167.     
  1168.     Events is [
  1169.         cMouseUpEvent
  1170.         with Flags is $00000004; Flag is true; 
  1171.             Commands is [
  1172.                 cPixelTool_IfSystemCommand
  1173.                 with Flags is $00000004; 
  1174.                     Commands is [
  1175.                         cShowCommand
  1176.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1177.                         cRunCommand
  1178.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; Rewind is true; end,
  1179.                         cEnableCommand
  1180.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1181.                         cEnableCommand
  1182.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1183.                         cDragCommand
  1184.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 631; Y is 442; end,
  1185.                         cGrowCommand
  1186.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 160; Y is 120; end,
  1187.                         cShowCommand
  1188.                         with Flags is $00000004; Target is ovid_o38; end,
  1189.                         cRunCommand
  1190.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1191.                         cEnableCommand
  1192.                         with Flags is $00000004; Target is ovid_o38; end
  1193.                     ];
  1194.                 end,
  1195.                 cPixelTool_IfSystemCommand
  1196.                 with Flags is $00000004; SetMode is IsWinTest; 
  1197.                     Commands is [
  1198.                         cShowCommand
  1199.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1200.                         cRunCommand
  1201.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; Rewind is true; end,
  1202.                         cEnableCommand
  1203.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1204.                         cEnableCommand
  1205.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1206.                         cDragCommand
  1207.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 615; Y is 418; end,
  1208.                         cGrowCommand
  1209.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 176; Y is 144; end,
  1210.                         cShowCommand
  1211.                         with Flags is $00000004; Target is ovid_o38; end,
  1212.                         cRunCommand
  1213.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1214.                         cEnableCommand
  1215.                         with Flags is $00000004; Target is ovid_o38; end
  1216.                     ];
  1217.                 end
  1218.             ];
  1219.         end
  1220.     ];
  1221. end;